Class SearchRecurringResultOutput

Description

自動売上自動売上結果照会 出力パラメータクラス

Located in /com/gmo_pg/client/output/SearchRecurringResultOutput.php (line 11)

BaseOutput
   |
   --SearchRecurringResultOutput
Method Summary
 SearchRecurringResultOutput __construct ([IgnoreCaseMap $params = null])
 string getAccessID ()
 string getAccessPass ()
 integer getAmount ()
 string getApprovalNo ()
 string getChargeDate ()
 string getChargeErrCode ()
 string getChargeErrInfo ()
 string getForward ()
 string getMemberID ()
 string getMethod ()
 string getNextChargeDate ()
 string getOrderID ()
 string getPrintStr ()
 string getProcessDate ()
 string getRecurringID ()
 string getRemarks ()
 string getResult ()
 string getShopID ()
 string getSiteID ()
 string getStatus ()
 integer getTax ()
 void setAccessID (string $accessID)
 void setAccessPass (string $accessPass)
 void setAmount (integer $amount)
 void setApprovalNo (string $approvalNo)
 void setChargeDate (string $chargeDate)
 void setChargeErrCode (string $chargeErrCode)
 void setChargeErrInfo (string $chargeErrInfo)
 void setForward (string $forward)
 void setMemberID (string $memberID)
 void setMethod (string $method)
 void setNextChargeDate (string $nextChargeDate)
 void setOrderID (string $orderID)
 void setPrintStr (string $printStr)
 void setProcessDate (string $processDate)
 void setRecurringID (string $recurringID)
 void setRemarks (string $remarks)
 void setResult (string $result)
 void setShopID (string $shopID)
 void setSiteID (string $siteID)
 void setStatus (string $status)
 void setTax (integer $tax)
 string toString ()
Methods
Constructor __construct (line 104)

コンストラクタ

  • access: public
SearchRecurringResultOutput __construct ([IgnoreCaseMap $params = null])

Redefinition of:
BaseOutput::__construct()
コンストラクタ
getAccessID (line 204)

アクセスID取得

  • return: アクセスID
  • access: public
string getAccessID ()
getAccessPass (line 211)

アクセスパスワード取得

  • return: アクセスパスワード
  • access: public
string getAccessPass ()
getAmount (line 183)

利用金額取得

  • return: 利用金額
  • access: public
integer getAmount ()
getApprovalNo (line 225)

承認番号取得

  • return: 承認番号
  • access: public
string getApprovalNo ()
getChargeDate (line 169)

課金日取得

  • return: 課金日
  • access: public
string getChargeDate ()
getChargeErrCode (line 267)

自動売上エラーコード取得

  • return: 自動売上エラーコード
  • access: public
string getChargeErrCode ()
getChargeErrInfo (line 274)

自動売上エラー詳細コード取得

  • return: 自動売上エラー詳細コード
  • access: public
string getChargeErrInfo ()
getForward (line 218)

仕向先取得

  • return: 仕向先
  • access: public
string getForward ()
getMemberID (line 239)

メンバーID取得

  • return: メンバーID
  • access: public
string getMemberID ()
getMethod (line 141)

課金手段取得

  • return: 課金手段
  • access: public
string getMethod ()
getNextChargeDate (line 197)

次回課金日取得

  • return: 次回課金日
  • access: public
string getNextChargeDate ()
getOrderID (line 162)

オーダーID取得

  • return: オーダーID
  • access: public
string getOrderID ()
getPrintStr (line 246)

通帳記載内容取得

  • return: 通帳記載内容
  • access: public
string getPrintStr ()
getProcessDate (line 281)

処理日時取得

  • return: 処理日時
  • access: public
string getProcessDate ()
getRecurringID (line 155)

自動売上ID取得

  • return: 自動売上ID
  • access: public
string getRecurringID ()
getRemarks (line 253)

請求内容取得

  • return: 請求内容
  • access: public
string getRemarks ()
getResult (line 260)

振替結果詳細コード取得

  • return: 振替結果詳細コード
  • access: public
string getResult ()
getShopID (line 148)

ショップID取得

  • return: ショップID
  • access: public
string getShopID ()
getSiteID (line 232)

サイトID取得

  • return: サイトID
  • access: public
string getSiteID ()
getStatus (line 176)

取引状態 または 振替依頼レコード状態取得

  • return: 取引状態 または 振替依頼レコード状態
  • access: public
string getStatus ()
getTax (line 190)

税送料取得

  • return: 税送料
  • access: public
integer getTax ()
setAccessID (line 362)

アクセスID設定

  • access: public
void setAccessID (string $accessID)
  • string $accessID
setAccessPass (line 370)

アクセスパスワード設定

  • access: public
void setAccessPass (string $accessPass)
  • string $accessPass
setAmount (line 338)

利用金額設定

  • access: public
void setAmount (integer $amount)
  • integer $amount
setApprovalNo (line 386)

承認番号設定

  • access: public
void setApprovalNo (string $approvalNo)
  • string $approvalNo
setChargeDate (line 322)

課金日設定

  • access: public
void setChargeDate (string $chargeDate)
  • string $chargeDate
setChargeErrCode (line 434)

自動売上エラーコード設定

  • access: public
void setChargeErrCode (string $chargeErrCode)
  • string $chargeErrCode
setChargeErrInfo (line 442)

自動売上エラー詳細コード設定

  • access: public
void setChargeErrInfo (string $chargeErrInfo)
  • string $chargeErrInfo
setForward (line 378)

仕向先設定

  • access: public
void setForward (string $forward)
  • string $forward
setMemberID (line 402)

メンバーID設定

  • access: public
void setMemberID (string $memberID)
  • string $memberID
setMethod (line 290)

課金手段設定

  • access: public
void setMethod (string $method)
  • string $method
setNextChargeDate (line 354)

次回課金日設定

  • access: public
void setNextChargeDate (string $nextChargeDate)
  • string $nextChargeDate
setOrderID (line 314)

オーダーID設定

  • access: public
void setOrderID (string $orderID)
  • string $orderID
setPrintStr (line 410)

通帳記載内容設定

  • access: public
void setPrintStr (string $printStr)
  • string $printStr
setProcessDate (line 450)

処理日時設定

  • access: public
void setProcessDate (string $processDate)
  • string $processDate
setRecurringID (line 306)

自動売上ID設定

  • access: public
void setRecurringID (string $recurringID)
  • string $recurringID
setRemarks (line 418)

請求内容設定

  • access: public
void setRemarks (string $remarks)
  • string $remarks
setResult (line 426)

振替結果詳細コード設定

  • access: public
void setResult (string $result)
  • string $result
setShopID (line 298)

ショップID設定

  • access: public
void setShopID (string $shopID)
  • string $shopID
setSiteID (line 394)

サイトID設定

  • access: public
void setSiteID (string $siteID)
  • string $siteID
setStatus (line 330)

取引状態 または 振替依頼レコード状態設定

  • access: public
void setStatus (string $status)
  • string $status
setTax (line 346)

税送料設定

  • access: public
void setTax (integer $tax)
  • integer $tax
toString (line 461)

文字列表現

現在の各パラメータを、パラメータ名=値&パラメータ名=値の形式で取得します。

  • return: 出力パラメータの文字列表現
  • access: public
string toString ()

Redefinition of:
BaseOutput::toString()
文字列表現

Inherited Methods

Inherited From BaseOutput

 BaseOutput::__construct()
 BaseOutput::encodeStr()
 BaseOutput::getCsvResponse()
 BaseOutput::getErrList()
 BaseOutput::isErrorOccurred()
 BaseOutput::nullToEmpty()
 BaseOutput::setCsvResponse()
 BaseOutput::setErrList()
 BaseOutput::toString()

Documentation generated on Thu, 18 Jan 2024 20:01:19 +0900 by phpDocumentor 1.4.3